home *** CD-ROM | disk | FTP | other *** search
/ The New Basics Electronic Cookbook / New Basics Electronic Cookbook, The - 1991a Edition (1991)(Xiphias)[!].iso / dbase / aside.skema next >
Text File  |  1991-03-22  |  1KB  |  52 lines

  1. // Skema for Silver Palet full asides
  2.  
  3. :BASE
  4.     Silver Palet Cook Books
  5.     
  6. :FIELDS
  7.      1, sort
  8.      2, chapter
  9.      3, title
  10.      4, courses
  11.      5, other
  12.      6, keys
  13.      7, audio
  14.     10000, id
  15.  
  16. :TREES
  17.     1, normal,   .IDX,     Alpha
  18.     2, numeric,  .NIDX,    Numeric
  19.  
  20. :INDEXES
  21.     1, words,    normal,  1
  22.     2, keys,     normal,  2
  23.     3, pages,    numeric, 2
  24.     4, titles,   normal,  3
  25.     5, chapters, normal,  4
  26.     
  27. :SORT
  28. ISAM
  29.  
  30. :INVERT
  31.      chapter,  words, Words
  32.      title,    words, Words
  33.      courses,  words, Words
  34.      keys,     keys,  phrasestem
  35.      keys,     keys,  Words
  36.      other,    words, Words
  37.      sort,     pages, OneWord
  38.      title,    titles, phrase
  39.      chapter, chapters, phrase
  40.  
  41. :TITLE
  42.     fixed, 130, .tf
  43.     chapter, ":", title
  44.     
  45. :EVAL
  46.    words, keys, pages, titles, chapters
  47.  
  48. :ISAM
  49.     .
  50.     
  51. :END